-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cappl 3 ph #15125
Cappl 3 ph #15125
Conversation
Comment to build plugins Updated Use goreleaser for compute WASM artifacts
* Prep @chainlink/contracts v1.3.0 release * Update contracts release date for v1.3.0
* adds OZ AccessControl support to the registry module * [Bot] Update changeset file with jira issues * fix snap * update version --------- Co-authored-by: app-token-issuer-infra-releng[bot] <120227048+app-token-issuer-infra-releng[bot]@users.noreply.github.com>
Static analysis results are availableHey @cedric-cordenier, you can view Slither reports in the job summary here or download them as artifact here. |
AER Report: CI Coreaer_workflow , commit , Detect Changes , Clean Go Tidy & Generate , Scheduled Run Frequency , Flakeguard Root Project / Get Tests To Run , lint , Core Tests (go_core_tests) , Core Tests (go_core_tests_integration) , Core Tests (go_core_ccip_deployment_tests) , Core Tests (go_core_race_tests) , Core Tests (go_core_fuzz) , Flakeguard Deployment Project , Flakeguard Root Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/services/job, ubuntu-latest) , Flakeguard Root Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/services/standardcapabilities, ubuntu-la... , Flakeguard Root Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/services/workflows, ubuntu-latest) , Flakey Test Detection , SonarQube Scan , Flakeguard Root Project / Report 1. Redeclared variables in test file: [Run tests with flakeguard]Source of Error:core/services/standardcapabilities/standard_capabilities_test.go:10:2: require redeclared in this block
core/services/standardcapabilities/standard_capabilities_test.go:8:2: other declaration of require
core/services/standardcapabilities/standard_capabilities_test.go:10:2: "github.com/test-go/testify/require" imported and not used
core/services/standardcapabilities/standard_capabilities_test.go:20:2: logger redeclared in this block
core/services/standardcapabilities/standard_capabilities_test.go:17:2: other declaration of logger
core/services/standardcapabilities/standard_capabilities_test.go:20:2: "github.com/smartcontractkit/chainlink/v2/core/logger" imported and not used
core/services/standardcapabilities/standard_capabilities_test.go:21:2: job redeclared in this block
core/services/standardcapabilities/standard_capabilities_test.go:18:2: other declaration of job
core/services/standardcapabilities/standard_capabilities_test.go:21:2: "github.com/smartcontractkit/chainlink/v2/core/services/job" imported and not used Why: The test file Suggested fix: Remove the redundant declarations and ensure each variable is declared only once. Also, remove any unused imports. 2. fmt.Printf format error: [Run tests]Source of Error:core/services/gateway/handlers/capabilities/handler.go:79:2: fmt.Printf format %d reads arg #2, but call has 1 arg Why: The Suggested fix: Ensure that the number of arguments matches the format specifiers in the 3. Replacement transaction underpriced: [Run tests]Source of Error:integration_test.go:96:
Error Trace: /home/runner/work/chainlink/chainlink/core/services/transmission/integration_test.go:96
/home/runner/work/chainlink/chainlink/core/services/transmission/integration_test.go:223
Error: Received unexpected error:
replacement transaction underpriced
Test: Test4337WithLinkTokenPaymaster Why: The error indicates that a replacement transaction was attempted with a gas price lower than the original transaction, which is not allowed. Suggested fix: Increase the gas price for the replacement transaction to be higher than the original transaction's gas price. 4. CSA key does not exist: [Run tests with flakeguard]Source of Error:chainlink/application.go:711 [Feeds Service] Failed to start CSA key does not exist Why: The Feeds Service failed to start because the required CSA key is missing. Suggested fix: Ensure that the CSA key is generated and available before starting the Feeds Service. 5. SQL transaction aborted: [Run tests with flakeguard]Source of Error:EVM.0.Txm.Reaper txmgr/reaper.go:79 unable to reap old txes: TxmReaper#reapEthTxes batch delete of finalized evm.txes failed: ReapTxes failed to delete old finalized evm.txes: ERROR: current transaction is aborted, commands ignored until end of transaction block (SQLSTATE 25P02) Why: The SQL transaction was aborted, causing subsequent commands to be ignored. Suggested fix: Investigate the cause of the transaction abort and ensure that the transaction is properly handled or retried. 6. Post request EOF error: [Run tests with flakeguard]Source of Error:cltest.go:778:
Error Trace: /home/runner/work/chainlink/chainlink/core/internal/cltest/cltest.go:799
/home/runner/work/chainlink/chainlink/core/internal/cltest/cltest.go:778
/home/runner/work/chainlink/chainlink/core/internal/cltest/cltest.go:952
/home/runner/work/chainlink/chainlink/core/services/job/runner_integration_test.go:1004
Error: Received unexpected error:
Post "http://127.0.0.1:38759/v2/external_initiators": EOF
Test: TestRunner_Error_Callback_AsyncJob Why: The POST request to the external initiator endpoint failed with an EOF error, indicating a premature end of the response. Suggested fix: Ensure the external initiator service is running and accessible. Check for network issues or service crashes that might cause the EOF error. AER Report: Operator UI CI ran successfully ✅ |
a316f57
to
0d7ff26
Compare
6c60e67
to
c8d7b2f
Compare
c03bf75
to
444ffa0
Compare
afd9d00
to
6eba838
Compare
6eba838
to
a98566c
Compare
Flaky Test Detector for
|
2744b82
to
cd8c663
Compare
95c1210
to
0bcb61f
Compare
0b2fe1d
to
d65ddec
Compare
Requires
Supports